﻿/*********************头部-begin***********************/
.top-mod{
	height: 154px;
	margin-bottom: 30px;
	margin-top:30px;
}
.top-mod .logo{
	width: 105px;
	height: 135px;
	margin-right: 30px;
	margin-top: 9px;
	overflow: hidden;
}
.top-mod .guide-nav{
	height: 100%;
	padding-left: 25px;
	border-left: 1px solid #bbb;
}
.top-mod .guide-nav a{
	display: block;
	line-height: 33px;
	font-size: 14px;
	color: #101010;
}
.top-mod .guide-nav a:hover{
	color: #cb191d;
}
.top-mod .banner-ewm{
	margin-bottom: 15px;
}
.top-mod .banner{
	width: 740px;
	height: 98px;
	overflow: hidden;
}
.top-mod .ewm{
	width: 98px;
	height: 98px;
	margin-left: 5px;
	overflow: hidden;
}
/*********************头部-end***********************/

/*********************轮播图-begin***********************/
.js-sowing-mod{
	position: relative;
	height: 365px;
	overflow: hidden;
}
.js-sowing-mod .page-group{
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 100%;
	z-index: 2;
}
.js-sowing-mod .page-group div{
	float: right;
	padding-right: 80px;
}
.js-sowing-mod .page-group span{
	float: left;
	display: inline;
	width: 30px;
	height: 3px;
	background: #fff;
	margin-left: 5px;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.1);
	-ms-box-shadow:0px 1px 3px rgba(0,0,0,0.1);
	box-shadow:0px 1px 3px rgba(0,0,0,0.1);
}
.js-sowing-mod .page-group span.active{
	background: #ca1a1d;
}
.js-sowing-mod .sowing-img{
	position: relative;
	width: 100%;
	height: 365px;
	overflow: hidden;
}
.js-sowing-mod .sowing-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 365px;
	opacity: 0;
}
/*********************轮播图-end***********************/

/*********************业务-begin***********************/
.business-mod{
	position: relative;
	background: #f6f8fa;
	padding-bottom: 50px;
}
.business-tag{
	position: relative;
	width: 185px;
	height: 256px;
	margin-right: 180px;
}
.business-tag .one-bg-floor{
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	height: 256px;
	background: #d0dce9;
	z-index: 1;
}
.business-tag .two-bg-floor{
	position: absolute;
	top: 0;
	left: 80px;
	width: 200px;
	height: 300px;
	background: #00468B;
	z-index: 2;
}
.business-tag img{
	position: absolute;
	top: 0;
	left: 50px;
	width: 195px;
	height: 280px;
	overflow: hidden;
	z-index: 3;
}
.business-line{
	padding-top: 60px;
}
.business-line li{
	float: left;
	margin-right: 40px;
}
.business-line li dl dt{
	font-size: 16px;
	color: #00468B;
	border-left: 1px solid #bbb;
	padding-top: 50px;
	margin-bottom: 10px;
}
.business-line li dl dt.icon-spread{
	height: 36px;
	background: url(../images/icon_sanjiao.png) 20px top no-repeat;
}
.business-line li dl dt.icon-copyright{
	height: 36px;
	background: url(../images/icon_lingxing.png) 20px top no-repeat;
}
.business-line li dl dt.icon-image{
	height: 36px;
	background: url(../images/icon_yuanxing.png) 20px top no-repeat;
}
.business-line li dl dt.icon-collect{
	height: 36px;
	background: url(../images/icon_fangxing.png) 20px top no-repeat;
}
.business-line li dl dt strong{
	padding-left: 20px;
	text-decoration: underline;  
	font-size: 18px;
}
.business-line li dl dd{
	padding-top: 28px;
	height: 120px;
	padding-left: 20px;
	border-left: 1px solid #bbb;
}
.business-line li dl dd a{
	display: block;
	line-height: 28px;
	color: #6B6C6C;
	font-size: 16px;
	font-weight: bold;
}
.business-line li dl dd a:hover{
	color: #cb191d;
}
.modified-bg{
	position: absolute;
	top: 0;
	right: 80px;
	width: 66px;
	height: 90px;
	background: #e6ecf3;
}
.rotate-sm-bg{
	position: absolute;
	left: 300px;
	top: 25px;
	width: 90px;
	height: 75px;
	background: url(../images/title_bg.png) no-repeat;
	z-index: 4;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.rotate-lg-bg{
	position: absolute;
	right: -10px;
	top: 300px;
	width: 184px;
	height: 170px;
	background: url(../images/rotate_bg.png) no-repeat;
	z-index: 4;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
/*********************业务-end***********************/

/*********************热门活动-begin***********************/
.activity-mod{
	background: #ecf0f5;
	margin-bottom: 50px;
}
.mod-head{
	padding: 20px 0;
	text-align: center;
}
.head-title{
	height: 83px;
	line-height: 83px;
	background: url(../images/title_bg.png) center center no-repeat;
	font-size: 28px;
	color: #00468B;
	font-weight: normal;
}
.js-activity-list li{
	position: relative;
	float: left;
	width: 295px;
	height: 220px;
	overflow: hidden;
}
.js-activity-list li img{
	width: 295px;
	height: 220px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-ms-transition: .5s all ease;
	transition: .5s all ease;
	overflow: hidden;
}
.js-activity-list li img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.js-exhibition-list li{
	position: relative;
	float: left;
	width: 295px;
	height: 220px;
	overflow: hidden;
}
.js-exhibition-list li img{
	width: 295px;
	height: 220px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-ms-transition: .5s all ease;
	transition: .5s all ease;
	overflow: hidden;
	margin:2px;
}
.js-exhibition-list li img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/*.js-activity-list li a{
	position:absolute; 
	top:-220px; 
	left:0; 
	width:100%; 
	height:100%; 
	line-height: 220px;
	text-align: center;
	background:rgba(203,25,29,.75); 
	font-size: 18px;
	color: #fff;
}*/
/*********************热门活动-end***********************/

/*********************热点资讯-begin***********************/
.news-mod{
	margin-bottom: 60px;
	height: 300px;
}
.news-left{
	position: relative;
	width: 562px;
	height: 100%;
}
.sm-title{
	background: url(../images/title_bg.png) left center no-repeat;
	margin-bottom: 20px;
	overflow: hidden;
}
.line{
	width: 77px;
	height: 2px;
	background: #7ddcd5;
	margin-top: 80px;
}
.news-article{
	padding-right: 75px;
}
.news-article h5{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}
.news-article h5 a{
	font-size: 18px;
	color: #605E5E;
	text-decoration: underline;
}
.news-article h5 a:hover{
	color: #cb191d;
}
.news-article p{
	font-size: 16px;
	color: #605E5E;
	text-indent: 2em;
	line-height: 24px;
	padding-bottom: 5px;
}
.news-article p a{
	color: #00468B;
}
.news-left img{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 562px;
	height: 267px;
	overflow: hidden;
}
.news-right{
	position: relative;
	width: 570px;
	height: 100%;
	overflow: hidden;
}
.news-right .img-list li{
	float: left;
	display: inline;
	width: 570px;
	height: 267px;
}
.news-right .img-list li img{
	width: 562px;
	height: 100%;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-ms-transition: .5s all ease;
	transition: .5s all ease;
	overflow: hidden;
}
.news-right .img-list li img:hover{
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.news-right .img-list li+li{
	margin-left: 26px;
}
.news-right .news-link{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 570px;
	height: 267px;
	overflow: hidden;
}
.news-right .news-link .line{
	position: absolute;
	bottom: 0;
	left: 0;
}
.news-right .news-list{
	float: right;
	width: 400px;
	padding-top: 10px;
}
.news-right .news-list .news-item li{
	line-height: 42px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-right .news-list .news-item li a{
	font-size: 18px;
	color: #605E5E;
	text-decoration: underline;
}
.news-right .news-list .news-item li a:hover{
	color: #cb191d;
}
.news-right .news-list .more-btn{
	float: right;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	background: #dee6ee;
	font-size: 14px;
	color: #fff;
	margin-top: 16px;
	margin-right: 5px;
	/*animation-duration: 2s;
	animation-iteration-count: infinite;*/
}
/*.news-right .news-list .more-btn:hover{
	background: #cb191d;
}*/
/*********************热点资讯-end***********************/

/*********************集团介绍-begin***********************/
.group-mod{
	width: 100%;
	min-width: 1180px;
	height: 400px;
	background: #dee6ee;
	margin-bottom: 80px;
}
.group-show{
	padding: 50px 0;
}
.group-intro{
	width: 600px;
}
.group-intro p{
	font-size: 18px;
	color: #605E5E;
	line-height: 30px;
	padding-bottom: 28px;
}
.group-intro a{
	font-size: 18px;
	color: #4756be;
}
.company{
	width: 384px;
	height: 264px;
	margin-top: 15px;
	overflow: hidden;
}
/*********************集团介绍-end***********************/

/*********************友情链接-begin***********************/
.link-mod{
	padding-bottom: 60px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 70px;
}
.link-list{
	padding-top: 15px;
}
.link-list li{
	float: left;
	height: 67px;
	border: 1px solid #bbb;
	padding-right: 20px;
	font-size: 18px;
	margin-right: 80px;
}
.link-list li a{
	float: left;
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	color: #101010;
	background: #fff;
	margin-top: 7px;
	margin-left: -17px;
}
.link-list li a:hover{
	color: #cb191d;
}
.link-list li a.link-logo01{
	background: url(../images/link_logo01.png) #fff left center no-repeat;
	padding-left: 50px;
	margin-left: -26px;
}
.link-list li a.link-logo02{
	background: url(../images/link_logo02.png) #fff left center no-repeat;
	width: 140px;
}
/*********************友情链接-end***********************/

/*********************页脚-begin***********************/
.copyright{
	text-align: center;
	margin-bottom: 60px;
}
.copyright div{
	font-size: 16px;
	color: #605E5E;
	margin-bottom: 5px;
}
.copyright div a{
	display: inline-block;
	font-size: 16px;
	color: #605E5E;
}
.copyright div a:hover{
	color: #cb191d;
}
.foot{
	width: 100%;
	min-width: 1180px;
	height: 46px;
	background: #605E5E;
}
/*********************页脚-end***********************/

/*********************返回顶部-begin***********************/
.back-mod{
	width: 61px;
    height: 61px;
    position: fixed;
    bottom: -65px;
    right: 50%;
    margin-right: -680px;
    z-index: 9999;
    -webkit-transition: all ease 0.9s;
    -moz-transition: all ease 0.9s;
    -ms-transition: all ease 0.9s;
    transition: all ease 0.9s;
}
.back-mod a {
    display: block;
    width: 100%;
    height: 100%;
    background:url(../images/back.jpg) no-repeat;
/*********************返回顶部-end***********************/


